Namespace:
C1.LiveLinq.LiveViews
Assembly:
C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected void StructSet<TProperty>(
int index,
Nullable<TProperty> value
)
where TProperty : struct, new()
|
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Sub StructSet(Of TProperty As {Structure, New}) ( _
index As Integer, _
value As Nullable(Of TProperty) _
) |
Parameters
- index
- Type: System..::..Int32
- value
- Type: System..::..Nullable<(Of <(<'TProperty>)>)>
Type Parameters
See Also